home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000217_slash_dev_slas…_2000@yahoo.com_Fri Nov 20 17:07:48 2009.msg < prev    next >
Text File  |  2020-01-01  |  9KB  |  271 lines

  1. Path: reader1.panix.com!panix!bloom-beacon.mit.edu!4.24.21.218.MISMATCH!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!v15g2000prn.googlegroups.com!not-for-mail
  2. From: Mark Sapiro <slash_dev_slash_null_2000@yahoo.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: C-Kermit 9.0 first Alpha test
  5. Date: Fri, 20 Nov 2009 13:29:22 -0800 (PST)
  6. Organization: http://groups.google.com
  7. Lines: 247
  8. Message-ID: <097c19d2-fb3e-4cdb-b5f8-251459e7e9ee@v15g2000prn.googlegroups.com>
  9. References: <slrnhgd7p1.6r9.fdc@panix2.panix.com>
  10. NNTP-Posting-Host: 68.183.193.239
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: quoted-printable
  14. X-Trace: posting.google.com 1258752563 31256 127.0.0.1 (20 Nov 2009 21:29:23 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: Fri, 20 Nov 2009 21:29:23 +0000 (UTC)
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: v15g2000prn.googlegroups.com; posting-host=68.183.193.239; 
  19.     posting-account=wclt7goAAAC_K4WydXPXrO61H6DxgqEv
  20. User-Agent: G2/1.0
  21. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) 
  22.     Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
  23. Xref: panix comp.protocols.kermit.misc:15834
  24.  
  25. On Nov 20, 5:52=A0am, Frank da Cruz <f...@panix.com> wrote:
  26. > It's been a while since new C-Kermit code has seen the light
  27. > of day in our "daily builds" area but now, against all odds,
  28. > C-Kermit 9.0 is ready for testing. =A0Here's the web page that
  29. > describes it:
  30. >
  31. > =A0http://kermit.columbia.edu/ck90.html
  32.  
  33.  
  34. It makes cleanly on CentOS 5 with "make linux" and seems to work fine.
  35.  
  36. On
  37. fog:$ uname -a
  38. HP-UX fog B.11.23 U ia64 1361301988 unlimited-user license
  39.  
  40. with
  41. fog:$ cc --version
  42. cc: HP C/aC++ B3910B A.06.15 [May 16 2007]
  43.  
  44. make hpux1100o+ KFLAGS=3D-DCK_INI_B
  45.  
  46. issues several compile warnings listed below. These did not occur when
  47. I originally made
  48.  
  49. C-Kermit 8.0.212 Dev.26, 20 Dec 2006, for HP-UX 11.00
  50.  
  51. but that was apparently with a less fussy compiler. I just remade that
  52. source on the above box/compiler, and with the exception of three of
  53. the "function was declared but never referenced" warnings, I got all
  54. the below and several others. Interestingly, the HP-UX binaries made
  55. by this compiler and its libraries are about twice the size of the one
  56. I made in Jan, 2007.
  57.  
  58.  
  59. "ckuusr.c", line 7486: warning #2177-D: label "havehost" was declared
  60. but
  61.           never referenced
  62.         havehost:                       /* Come here with s -> host */
  63.         ^
  64.  
  65. "ckuus4.c", line 6951: warning #4277-D: logical AND with a constant,
  66. do you
  67.           mean to use '&'?
  68.             if (flags && INPSW_COU) {   /* INPUT /COUNT */
  69.                       ^
  70.  
  71. "ckuus6.c", line 628: warning #2177-D: function "doymdir" was declared
  72. but
  73.           never referenced
  74.   _PROTOTYP(static int doymdir,(int));
  75.                        ^
  76.  
  77. "ckuus7.c", line 9807: warning #2177-D: label "xcx_net" was declared
  78. but never
  79.           referenced
  80.     xcx_net:
  81.     ^
  82.  
  83. "ckuus7.c", line 10098: warning #2177-D: label "xcx_serial" was
  84. declared but
  85.           never referenced
  86.     xcx_serial:
  87.     ^
  88.  
  89. "ckcfns.c", line 2498: warning #2940-D: missing return statement at
  90. end of
  91.           non-void function "xgnbyte"
  92.   }
  93.   ^
  94.  
  95. "ckutio.c", line 2334: warning #3197-D: the prototype declaration of
  96.           "char *ctermid(char *)" (declared at line 522 of
  97.           "/usr/include/stdio.h") is ignored after this unprototyped
  98.           redeclaration
  99.       extern char *ctermid();           /* Wish they all had this! */
  100.                    ^
  101.  
  102. "ckutio.c", line 11836: warning #3197-D: the prototype declaration of
  103.           "char *asctime(const struct tm *)" (declared at line 256 of
  104.           "/usr/include/sys/time.h") is ignored after this
  105. unprototyped
  106.           redeclaration
  107.       char *asctime();
  108.             ^
  109.  
  110. "ckutio.c", line 11837: warning #3197-D: the prototype declaration of
  111.           "struct tm *localtime(const time_t *)" (declared at line 283
  112. of
  113.           "/usr/include/sys/time.h") is ignored after this
  114. unprototyped
  115.           redeclaration
  116.       struct tm *localtime();
  117.                  ^
  118.  
  119. "ckutio.c", line 14476: warning #2177-D: function "sigchld_handler"
  120. was
  121.           declared but never referenced
  122.   sigchld_handler(sig) int sig; {
  123.   ^
  124.  
  125. "ckutio.c", line 12099: warning #2177-D: function "congetbuf" was
  126. declared but
  127.           never referenced
  128.   congetbuf(x) int x; {
  129.   ^
  130.  
  131. "ckutio.c", line 14351: warning #2177-D: function "pty_chk" was
  132. declared but
  133.           never referenced
  134.   pty_chk(fd) int fd; {
  135.   ^
  136.  
  137. "ckufio.c", line 2641: warning #2177-D: label "doaccess" was declared
  138. but
  139.           never referenced
  140.     doaccess:
  141.     ^
  142.  
  143. "ckufio.c", line 4655: warning #3197-D: the prototype declaration of
  144.           "struct tm *localtime(const time_t *)" (declared at line 283
  145. of
  146.           "/usr/include/sys/time.h") is ignored after this
  147. unprototyped
  148.           redeclaration
  149.       struct tm * localtime();
  150.                   ^
  151.  
  152. "ckufio.c", line 4809: warning #3197-D: the prototype declaration of
  153.           "struct tm *localtime(const time_t *)" (declared at line 283
  154. of
  155.           "/usr/include/sys/time.h") is ignored after this
  156. unprototyped
  157.           redeclaration
  158.       extern struct tm * localtime();
  159.                          ^
  160.  
  161. "ckufio.c", line 5093: warning #3197-D: the prototype declaration of
  162.           "struct tm *localtime(const time_t *)" (declared at line 283
  163. of
  164.           "/usr/include/sys/time.h") is ignored after this
  165. unprototyped
  166.           redeclaration
  167.       extern struct tm * localtime();
  168.                          ^
  169.  
  170. "ckufio.c", line 5312: warning #3197-D: the prototype declaration of
  171.           "int utime(const char *, const struct utimbuf *)" (declared
  172. at line
  173.           34 of "/usr/include/utime.h") is ignored after this
  174. unprototyped
  175.           redeclaration
  176.       extern int utime();
  177.                  ^
  178.  
  179. "ckufio.c", line 6088: warning #3197-D: the prototype declaration of
  180.           "DIR *opendir(const char *)" (declared at line 187 of
  181.           "/usr/include/sys/dirent.h") is ignored after this
  182. unprototyped
  183.           redeclaration
  184.       DIR *fd, *opendir();
  185.                 ^
  186.  
  187. "ckufio.c", line 6090: warning #3197-D: the prototype declaration of
  188.           "struct dirent *readdir(DIR *)" (declared at line 188 of
  189.           "/usr/include/sys/dirent.h") is ignored after this
  190. unprototyped
  191.           redeclaration
  192.       struct dirent *readdir();
  193.                      ^
  194.  
  195. "ckudia.c", line 4996: warning #2236-D: controlling expression is
  196. constant
  197.            if (lbuf && *lbuf) {
  198.                ^
  199.  
  200. "ckcnet.c", line 3442: warning #4232-D: conversion from "struct
  201. sockaddr *" to
  202.           a more strictly aligned type "struct sockaddr_in *" may
  203. cause
  204.           misaligned access
  205.               sin =3D (struct sockaddr_in *) &dns_addrs[0];
  206.                     ^
  207.  
  208. "ckcnet.c", line 7407: warning #2068-D: integer conversion resulted in
  209. a
  210.           change of sign
  211.           cp[2] =3D '\377';
  212.                   ^
  213.  
  214. "ckcnet.c", line 7408: warning #2068-D: integer conversion resulted in
  215. a
  216.           change of sign
  217.           cp[3] =3D '\377';
  218.                   ^
  219.  
  220. "ckcnet.c", line 13511: warning #4232-D: conversion from "struct
  221. sockaddr *"
  222.           to a more strictly aligned type "struct sockaddr_in *" may
  223. cause
  224.           misaligned access
  225.                       sin =3D (struct sockaddr_in *) &addr[nout++];
  226.                             ^
  227.  
  228. "ckcftp.c", line 15599: warning #2177-D: label "notemp" was declared
  229. but never
  230.           referenced
  231.         notemp:
  232.         ^
  233.  
  234. "ckcftp.c", line 14512: warning #2177-D: function "fts_cpl" was
  235. declared but
  236.           never referenced
  237.   fts_cpl(x) int x; {
  238.   ^
  239.  
  240. "ckcftp.c", line 14472: warning #2177-D: function "fts_dpl" was
  241. declared but
  242.           never referenced
  243.   fts_dpl(x) int x; {
  244.   ^
  245.  
  246. "ckcftp.c", line 2000: warning #2177-D: function "xprintc" was
  247. declared but
  248.           never referenced
  249.   xprintc(char c)
  250.   ^
  251.  
  252. "ckcftp.c", line 2010: warning #2177-D: function "bytswap" was
  253. declared but
  254.           never referenced
  255.   bytswap(c0,c1) int * c0, * c1; {
  256.   ^
  257.  
  258. "ckcftp.c", line 8590: warning #2177-D: function "shopl" was declared
  259. but
  260.           never referenced
  261.   shopl(x) int x; {
  262.   ^
  263.  
  264. --
  265. (for email use this address please - you can figure it out)
  266.  
  267. Mark Sapiro mark at msapiro net       Any clod can have the facts;
  268. San Francisco Bay Area, California    having opinions is an art. -
  269.                                       C. McCabe, The Fearless
  270. Spectator
  271.